* {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 
 body {
    margin: 0;
    padding: 0;
 }
 
 .header {
   width: 100%;
   background-color: #291668;
   color: white;
   height: 36px;
 } 
 
 .header_text {
   padding-top: 8px;
   text-align: center;
   font-size: 1rem;
 }
 
 .header_1 {
   width: 100%;
   height: 90px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 20px;
 }
 
 .header_image {
   width: 87px;
   height: auto;
 }
 
 ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   display: flex;
   /* justify-content: center; */
 }
 
 li {
   margin: 0 10px;
 }
 
 li a {
    font-size: 18px;
    color: rgba(73, 78, 79, 1);
    text-decoration: none;
    padding: 10px 12px;
    display: block;
    font-weight: 400;
 }
 
 li a:hover {
   color:rgba(42, 104, 119, 1);
   text-decoration: underline;
 } 
 .header_button {
   font-size: 18px;
   padding: 8px 16px;
   border-radius: 20px;
   color: white;
   background-color: #291668;
   border: none;
   cursor: pointer;
   font-weight: 400;
 }
 .header_button_1 {
   font-size: 2rem;
   padding: 8px 16px;
   color:black;
 
 }
 
 @media (max-width: 768px) {
   .header_n {
       display: none;
   }
   .header_1 {
       height: auto;
       padding: 10px;
   }
 
   .header_logo {
       margin-bottom: 10px;
   }
 
   .header_image {
       max-width: 80px;
   }
 
    ul {
       margin: 10px 0;
       flex-direction: column;
       text-align: center;
   }
 
   li {
       margin: 5px 0;
   }
 
   li a {
       font-size: 16px;
       padding: 8px 12px;
   } 
   .header_button {
       font-size: 16px;
       padding: 8px 14px;
   }
   .header_button_1 {
       font-size: 2rem;
       padding: 8px 14px;
   }
 } 
 .responsive_n,
 .responsive_n_n {
  display: none;
 }
 
      .responsive_ul {
          background-color: #0092df;
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 50%;
          height: 100vh;
      }
 
      .responsive_ul li {
          list-style: none;
          text-decoration: none;
          padding: 10px 0px;
      }
 
      .responsive_ul li a {
          text-decoration: none;
          color: white;
          font-weight: bold;
          font-size: 1.1rem;
      }
 
      .fa-xmark {
          display: none;
          font-size: 2rem;
          color: black;
      }
 
      .fa-bars {
          display: block;
          font-size: 2rem;
          color: black;
      }
      @media (max-width: 768px) {
 .responsive_n_n {
  display: block;
 }
 }
 
 #sidebar{
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 300px;
   position: absolute;
   animation: name 0.5s ease forwards;
 }
 @keyframes name {
   from{
       transform: translate(100%);
   }
 }

.quick_con {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 90%;
    margin: auto;
    align-items: center;
    padding: 40px 0;
}   
.quick_left_1 {
    padding: 80px 0px;
}
.quick_right_1 {
    display: flex;
    justify-content: center;
}

.quick_left,
.quick_right {
    width: 48%;

}

.quick_header {
    font-size: 4rem;
    font-weight: 700;
    color:rgba(41, 22, 104, 1);
}

.quick_p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(66, 69, 69, 1);
    margin-bottom: 20px;
}

.quick_button {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #291668;
    color: #291668;
    cursor: pointer;
}

.quick_button:hover {
    background-color: #291668;
    color: white;
}

.quick_image {
    width: 400px;
    height: 350px;
    height: auto; 
    margin: 10px 0; 
}

@media (max-width: 768px) {
    .quick_con {
        flex-direction: column; 
        align-items: center; 
    }
    .quick_header  {
        font-size: 2.5rem;
    }
    .quick_left,
    .quick_right {
        width: 100%; 
        text-align: center; 
        margin-bottom: 30px; 
        margin-top: -50px;
    
    }

    .quick_image {
        max-width: 100%; 
    }

    .quick_button {
        width: 50%; 
    }
}
.location {
    max-width: 100%;
    margin:50px 0px;
}
.location_header {
    text-align: center;
}
.location_h1 {
    font-size: 40px;
    font-weight: 700;
    color:rgba(41, 22, 104, 1);
}

.location_header1 {
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
}
.location_div1 {
    width: 30%;
    margin-top: 80px;
    text-align: center;
    flex: 0 0 auto;
    box-sizing: border-box;
}
.location_map {
    width: 100%;
    width: 100%;
  height: 250px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.location_div {
    text-align: center;
  box-shadow: 1px 1px 5px grey;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom-left-radius:20px;
  border-bottom-right-radius: 20px;
}
 .location_img_div {
    text-align: center;
 }


.location_div_h1 {
    font-weight: 500;
    color: 
    rgba(27, 66, 76, 1);
}

.location_div_p {
    margin: 10px 0;
    font-size: 1.2rem;
    color: rgba(111, 105, 105, 1);
    font-weight: 400;
}

.location_tell,
.location_email {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    color: rgba(111, 105, 105, 1);
}

.location_email_img {
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

.location_email_div {
    font-size: 1rem;
}


@media (max-width: 768px) {
    .location_header1 {
      flex-direction: column;
      align-items: center;
      padding: 20px 10px;
    }
    .location_div1 {
        width: 80%;
        margin: 20px 0;
      }
  }



.work {
    max-width: 100%;
 }
 

 .Application {
   width: 100%;
   /* padding: 50px 0px; */
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   max-width: 90%;
   margin: auto;
}
 .Application_back {
    /* background: #d9f1fd;  */
    width: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
 }
 .Application_back_1 {
    max-width: 90%;
    margin: auto;
 }

 .Application_header_5 {
    width: 48%; 
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* text-align: center;  */
 }
 

 .Application_header_5 img {
    max-width: 100%; 
    height: auto;
    margin: 0 auto;
 }
 
 .Application_h1_5 {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(41, 22, 104, 1);
    line-height: 1.2;
    margin-bottom: 10px;
    margin: 22px 52px;
 }
 
 .Application_p_5 {
   font-size: 1.1rem;
   line-height: 1.6;
   font-weight: 400;
   margin-top: 10px;
   color: rgba(66, 69, 69, 1);
 }
 
 .Application_form {
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: #d9f1fd;
    border-radius: 20px;
    padding: 40px 10px;
 }
 
 .Application_label {
    font-size: 1rem;
    margin-bottom: 5px;
    float: inline-start;
    color:rgba(0, 0, 0, 1);
    padding: 0px 17px;
    font-weight: 400;
 }
 
 
 .Application_input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    border-radius: 24px;
    border: 1px solid #ccc;
    background: white;
 }
 .Application_input_1 {
    padding-left: 30px;
 }
 .Application_submit_div {
    text-align: center;
    margin-top: 20px; 
 }
 
 .Application_submit {
    border-radius: 20px;
    padding: 10px 30px;
    background-color: #291668;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
 }
 
 .Application_submit:hover {
    background-color: #1a0c4e;
 }
 
 @media (max-width: 768px) {
    .Application_header_1,
    .Application_header_2,
    .Application_header_3,
    .Application_header_4,
    .Application_header_5 {
        width: 100%;
    }
  
    .Application_2,
    .Application_4 {
        align-items: center;
    flex-direction: column-reverse;
    }
    .Application_header_1 img, .Application_header_2 img, .Application_header_3 img, .Application_header_4 img, .Application_header_5 img {
        max-width: 100%;
        height: auto;
        left: 100px;
        margin: 0 auto;
    }
    .Application_h1_1, .Application_h1_2, .Application_h1_3, .Application_h1_4, .Application_h1_5 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
        margin: 22px 10px;
 }
 .Application_p_1, .Application_p_2, .Application_p_3, .Application_p_4, .Application_p_5 {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 90%;
    margin: auto;
 }
 }

 .footer_css {
    width: 100%;
    background-color: #291668;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
 }
 
 .footer_div {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
 }
 
 .footer_h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
 }
 
 .footer_p {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 10px;
 }
 .font{
    font-family: sans-serif;
}
 
 .footer_icon {
    display: flex;
    justify-content: unset; 
    margin-top: 10px;
 }
 
 .footer_icon_img {
    margin: 0 5px;
 }
 
 .footer_img {
    margin-right: 10px;
    vertical-align: middle;
 }
 
 .footer_img_2 {
    width: 20px;
    height: 23px;
    
    vertical-align: middle;
 }
 
 .footer_img_3 {
    width: 22px;
    margin-bottom: 35px;
    height: 22px;
    vertical-align: middle;
 }
 
 .footer_1, .footer_2, .footer_3 {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin: 10px 0;
 }
 
 
 @media (max-width: 768px) {
    .footer_div {
       margin: 20px;
       flex-direction: column;
       display: flex;
       max-width: 90%;
    }
    .footer_css {
       display: flex;
     flex-wrap: wrap;
    }
 }